public class AlphabetTest { public static void main(String args[]) { Alphabet y = new Alphabet(); y.sort("Tom", "Bob", "Henry"); } }